Spread Windows Forms 12.0 Product Documentation
Field Property (FieldEventArgs)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FieldEventArgs Class : Field Property
Gets the field which triggers the event.
Syntax
'Declaration
 
Public ReadOnly Property Field As Field
'Usage
 
Dim instance As FieldEventArgs
Dim value As Field
 
value = instance.Field
public Field Field {get;}

Property Value

A Field object that indicates the field that triggered the event.
See Also

Reference

FieldEventArgs Class
FieldEventArgs Members