Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu.Common Namespace : MatchInstanceDelegate Delegate |
public delegate void MatchInstanceDelegate( object sender, MatchEventArgs<CompositeObjectInstance> e )
'Declaration Public Delegate Sub MatchInstanceDelegate( _ ByVal sender As Object, _ ByVal e As MatchEventArgs(Of CompositeObjectInstance) _ )
'Usage Dim instance As New MatchInstanceDelegate(AddressOf HandlerMethod)
public delegate void MatchInstanceDelegate( Object^ sender, MatchEventArgs<CompositeObjectInstance^>^ e )