Back to Devexpress

GroupStateChangingEventArgs Class

officefileapi-devexpress-dot-xtraspreadsheet-36927be3.md

latest1.8 KB
Original Source

GroupStateChangingEventArgs Class

Contains data for the SpreadsheetControl.GroupStateChanging event.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public class GroupStateChangingEventArgs :
    CancelEventArgs
vb
<ComVisible(True)>
Public Class GroupStateChangingEventArgs
    Inherits CancelEventArgs

GroupStateChangingEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.GroupStateChanging
WPF ControlsSpreadsheetControl.GroupStateChanging

Remarks

A GroupStateChangingEventArgs class instance is automatically created, initialized, and passed to the SpreadsheetControl.GroupStateChanging event handler.

Inheritance

Object EventArgs CancelEventArgs GroupStateChangingEventArgs

See Also

GroupStateChangingEventArgs Members

DevExpress.XtraSpreadsheet Namespace