'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)
public ShapeEventArgs( IShape shape, ShapeChangeType type )
Parameters
- shape
- The shape.
- type