Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkinsForm Class / OnLoad Method
EventArgs object with event data


In This Topic
OnLoad Method (SpreadSkinsForm)
In This Topic
Occurs when the skin is loaded.
Syntax
'Declaration
 
Protected Overrides Sub OnLoad( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As SpreadSkinsForm
Dim e As EventArgs
 
instance.OnLoad(e)

Parameters

e
EventArgs object with event data
See Also