MergeGroupEventArgs
EventType Property
|
Gets or sets the type of the group event.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public GroupEventType EventType { get; }
Public ReadOnly Property EventType As GroupEventType
Get
public:
property GroupEventType EventType {
GroupEventType get ();
}
member EventType : GroupEventType with get
Property Value
Type:
GroupEventType
See Also