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

ElementAddingEventArgs(Object) Constructor

Initializes a new instance of the ElementAddingEventArgs class with the specified setting.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public ElementAddingEventArgs(
    object sourceObject
)

Parameters

Name Type Description
sourceObject Object

The data item object that supplies data for a NavBar element (an item or group) related to the event.

Remarks

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

See Also