Skip to main content
A newer version of this page is available. .

GroupAddingEventHandler Delegate

Represents a method that will handle the NavBarViewBase.GroupAdding event.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v19.1.dll

Declaration

public delegate void GroupAddingEventHandler(
    object sender,
    GroupAddingEventArgs e
);

Parameters

Name Type Description
sender Object

The event source. Identifies the view that raised the event.

e GroupAddingEventArgs

A GroupAddingEventArgs object that contains event data.

See Also