ImageGear .NET - Updated
CreatingMark Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTLoadEvents Structure : CreatingMark Property
Gets or sets the event handler that handles CreatingMark event.
Syntax
'Declaration
 
Public Property CreatingMark As EventHandler(Of ImGearARTCreatingMarkEventArgs)
'Usage
 
Dim instance As ImGearARTLoadEvents
Dim value As EventHandler(Of ImGearARTCreatingMarkEventArgs)
 
instance.CreatingMark = value
 
value = instance.CreatingMark
public EventHandler<ImGearARTCreatingMarkEventArgs> CreatingMark {get; set;}
public: __property EventHandler<ImGearARTCreatingMarkEventArgs*>* get_CreatingMark();
public: __property void set_CreatingMark( 
   EventHandler<ImGearARTCreatingMarkEventArgs*>* value
);

Property Value

EventHandler value.
Remarks
The event is called before adding mark object to ImGearARTPage.
See Also

Reference

ImGearARTLoadEvents Structure
ImGearARTLoadEvents Members
ImGearARTCreatingMarkEventArgs Class