Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > GeneralExtensions Class : Fire<T> Method |
[ExtensionAttribute()] public static void Fire<T>( EventHandler<T> eventHandler, object sender, T e ) where T: EventArgs
'Declaration
<ExtensionAttribute()> Public Shared Sub Fire(Of T As EventArgs)( _ ByVal eventHandler As EventHandler(Of T), _ ByVal sender As Object, _ ByVal e As T _ )
'Usage
Dim eventHandler As EventHandler(Of T) Dim sender As Object Dim e As T GeneralExtensions.Fire(Of T)(eventHandler, sender, e)
[ExtensionAttribute()] public: static void Firegeneric<typename T> ( EventHandler<T^>^ eventHandler, Object^ sender, T^ e ) where T: EventArgs