[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.ShapeEventArgs.-ctor

ShapeEventArgs Constructor

ShapeEventArgs()

Creates a new object with the SubEditorCancel event arguments.

Declaration
public ShapeEventArgs()
Public Sub New()

ShapeEventArgs(string)

Creates a new object with the SubEditorCancel event arguments.

Declaration
public ShapeEventArgs(string type)
Public Sub New(type As String)
Parameters
Type Name Description
string type

Shape type

ShapeEventArgs(string, Color)

Creates a new object with the SubEditorCancel event arguments.

Declaration
public ShapeEventArgs(string type, Color shapecolor)
Public Sub New(type As String, shapecolor As Color)
Parameters
Type Name Description
string type

Shape type

Color shapecolor

Shape color

ShapeEventArgs(string, string)

Creates a new object with the SubEditorCancel event arguments.

Declaration
public ShapeEventArgs(string type, string childType)
Public Sub New(type As String, childType As String)
Parameters
Type Name Description
string type

Shape type

string childType

Shape child type