PropertyStoreRemoveEvent Method |
Removes the event delegate with the specified key
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void RemoveEvent(
Object key,
Delegate value
)
Public Sub RemoveEvent (
key As Object,
value As Delegate
)
member RemoveEvent :
key : Object *
value : Delegate -> unit
Parameters
- key
- Type: SystemObject
Key of the event to remove - value
- Type: SystemDelegate
Delegate to remove from the event
Remarks See Also