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

ItemAddingEventArgs Class

Provides data for the NavBarViewBase.ItemAdding event.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v21.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public class ItemAddingEventArgs :
    ElementAddingEventArgs

Remarks

Instances of the ItemAddingEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

See Also