Method RemoveHandler
RemoveHandler(Object, Delegate)
Removes a handler from PropertyChanging event.
Declaration
public abstract bool RemoveHandler(object instance, Delegate handler)
Parameters
Type | Name | Description |
---|---|---|
Object | instance | Instance. |
Delegate | handler | Delegate that was registered to the event. |
Returns
Type | Description |
---|---|
Boolean |
|