FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditPreview Class / OnEditorVisibleChanged Method
The sender
Event argument


In This Topic
OnEditorVisibleChanged Method (SuperEditPreview)
In This Topic
Handles the visible state changed event.
Syntax
'Declaration
 
Protected Overridable Sub OnEditorVisibleChanged( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As SuperEditPreview
Dim sender As Object
Dim e As EventArgs
 
instance.OnEditorVisibleChanged(sender, e)

Parameters

sender
The sender
e
Event argument
See Also