Spread Windows Forms 12.0 Product Documentation
OnCursorChanged Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace > ElementContainerControl Class : OnCursorChanged Method
An System.EventArgs that contains the event data.
Raises the System.Windows.Forms.Control.CursorChanged event.
Syntax
'Declaration
 
Protected Overrides Sub OnCursorChanged( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ElementContainerControl
Dim e As EventArgs
 
instance.OnCursorChanged(e)
protected override void OnCursorChanged( 
   EventArgs e
)

Parameters

e
An System.EventArgs that contains the event data.
See Also

Reference

ElementContainerControl Class
ElementContainerControl Members