DicomObjects.NET10 Documentation
DicomObjects.Delegates Namespace / DrawExceptionHandler Delegate
Sender as object
event arguments



In This Topic
    DrawExceptionHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub DrawExceptionHandler( _
       ByVal Sender As Object, _
       ByVal e As DrawExceptionArgs _
    ) 
    'Usage
     
    
    Dim instance As New DrawExceptionHandler(AddressOf HandlerMethod)
    public delegate void DrawExceptionHandler( 
       object Sender,
       DrawExceptionArgs e
    )
    public delegate void DrawExceptionHandler( 
       Object^ Sender,
       DrawExceptionArgs^ e
    )

    Parameters

    Sender
    Sender as object
    e
    event arguments
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also