Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEventArgs Class / ShapeEventArgs Constructor
The shape.


In This Topic
ShapeEventArgs Constructor
In This Topic
Initializes a new instance of the ShapeEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal shape As IShape, _
   ByVal type As ShapeChangeType _
)
 
'Usage
 
Dim shape As IShape
Dim type As ShapeChangeType
 
Dim instance As New ShapeEventArgs(shape, type)

Parameters

shape
The shape.
type
See Also