[]
Creates a new object with the SubEditorCancel event arguments.
public ShapeEventArgs()
Public Sub New()
Creates a new object with the SubEditorCancel event arguments.
public ShapeEventArgs(string type)
Public Sub New(type As String)
Type | Name | Description |
---|---|---|
string | type | Shape type |
Creates a new object with the SubEditorCancel event arguments.
public ShapeEventArgs(string type, Color shapecolor)
Public Sub New(type As String, shapecolor As Color)
Type | Name | Description |
---|---|---|
string | type | Shape type |
Color | shapecolor | Shape color |
Creates a new object with the SubEditorCancel event arguments.
public ShapeEventArgs(string type, string childType)
Public Sub New(type As String, childType As String)
Type | Name | Description |
---|---|---|
string | type | Shape type |
string | childType | Shape child type |