Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnEditDesignerEventArgs Class : Create Method |
public static AnnEditDesignerEventArgs Create( AnnObject obj, AnnEditDesignerOperation operation, int moveThumbIndex, AnnDesignerOperationStatus operationStatus )
'Declaration
Public Shared Function Create( _ ByVal obj As AnnObject, _ ByVal operation As AnnEditDesignerOperation, _ ByVal moveThumbIndex As Integer, _ ByVal operationStatus As AnnDesignerOperationStatus _ ) As AnnEditDesignerEventArgs
public static AnnEditDesignerEventArgs Create( AnnObject obj, AnnEditDesignerOperation operation, int moveThumbIndex, AnnDesignerOperationStatus operationStatus )
-(id)initWithObject:(LTAnnObject*)aObj
operation:(LTAnnEditDesignerOperation) aOperation
thumbIndex:(int)aIndex
operationStatus:(LTAnnDesignerOperationStatus) aOperationStatus;
public AnnEditDesignerEvent( Object source, AnnObject obj, AnnEditDesignerOperation operation, int moveThumbIndex, AnnDesignerOperationStatus operationStatus )
function Leadtools.Annotations.Core.AnnEditDesignerEventArgs.Create( obj , operation , moveThumbIndex , operationStatus )