GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEventArgs Class / Type Property


In This Topic
Type Property (ShapeEventArgs)
In This Topic
Gets the reason that trigger the event.
Syntax
'Declaration
 
Public ReadOnly Property Type As ShapeChangeType
 
'Usage
 
Dim instance As ShapeEventArgs
Dim value As ShapeChangeType
 
value = instance.Type
See Also