Spread WinForms 15
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)

Parameters

newBorder
See Also