Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ApplyBorderEventArgs Class / ApplyBorderEventArgs Constructor


In This Topic
    ApplyBorderEventArgs Constructor
    In This Topic
    Constructs a new ApplyBorderEventArgs object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newBorder As IBorder _
    )
    'Usage
     
    
    Dim newBorder As IBorder
     
    Dim instance As New ApplyBorderEventArgs(newBorder)
    public ApplyBorderEventArgs( 
       IBorder newBorder
    )

    Parameters

    newBorder
    See Also