Leadtools.Medical.Workstation Namespace > WorkstationEventBroker Class : Unsubscribe<T> Method |
public void Unsubscribe<T>( EventHandler<T> onEventExecuted ) where T: EventArgs
'Declaration Public Sub Unsubscribe(Of T As EventArgs)( _ ByVal onEventExecuted As EventHandler(Of T) _ )
'Usage Dim instance As WorkstationEventBroker Dim onEventExecuted As EventHandler(Of T) instance.Unsubscribe(Of T)(onEventExecuted)
public: void Unsubscribe<T>( EventHandler<T*>* onEventExecuted ) where T: EventArgs
public: void Unsubscribegeneric<typename T> ( EventHandler<T*>* onEventExecuted ) where T: EventArgs