ImageGear .NET - Updated May 30, 2018
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

Property Value

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

Reference

ImGearARTLoadEvents Structure
ImGearARTLoadEvents Members
ImGearARTCreatingGroupEventArgs Class