ImageGear .NET - Updated
CreatingGroup Property




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

Property Value

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

Reference

ImGearARTLoadEvents Structure
ImGearARTLoadEvents Members
ImGearARTCreatingGroupEventArgs Class