DicomObjects.NET.V8
DicomObjects.Delegates Namespace / DrawExceptionHandler Delegate
Sender as object
event arguments



DrawExceptionHandler Delegate
Syntax
'Declaration
 
Public Delegate Sub DrawExceptionHandler( _
   ByVal Sender As Object, _
   ByVal e As DrawExceptionArgs _
) 
 
'Usage
 
Dim instance As New DrawExceptionHandler(AddressOf HandlerMethod)

Parameters

Sender
Sender as object
e
event arguments
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also