Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ApplyBorderEventHandler Delegate


In This Topic
    ApplyBorderEventHandler Delegate
    In This Topic
    Represents a defined method that handles the ApplyBorder event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ApplyBorderEventHandler( _
       ByVal sender As Object, _
       ByVal e As ApplyBorderEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ApplyBorderEventHandler(AddressOf HandlerMethod)
    public delegate void ApplyBorderEventHandler( 
       object sender,
       ApplyBorderEventArgs e
    )

    Parameters

    sender
    e
    See Also