Leadtools.Annotations.Core Namespace > AnnEditDesignerEventArgs Class : Create Method |
public static AnnEditDesignerEventArgs Create( AnnObject obj, AnnEditDesignerOperation operation, int moveThumbIndex, AnnDesignerOperationStatus operationStatus )
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 )