EventExtensionMethods Class |
Namespace: SD.Tools.BCLExtensions.SystemRelated
Name | Description | |
---|---|---|
RaiseEvent(EventHandler, Object) |
Raises the event on the handler passed in with default empty arguments
| |
RaiseEvent(PropertyChangedEventHandler, Object, String) |
Raises the PropertyChanged event, if the handler isn't null, otherwise a no-op
| |
RaiseEventT(EventHandlerT, Object, T) |
Raises the event which is represented by the handler specified.
|