Back to Devexpress

NavigationItemCreatedEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-systemmodule-121744da.md

latest2.1 KB
Original Source

NavigationItemCreatedEventArgs Class

Represents arguments passed to the ShowNavigationItemController.NavigationItemCreated event.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class NavigationItemCreatedEventArgs :
    EventArgs
vb
Public Class NavigationItemCreatedEventArgs
    Inherits EventArgs

NavigationItemCreatedEventArgs is the data class for the following events:

Remarks

The NavigationItemCreated event occurs after a navigation item has been created in the navigation control. You can handle this event to implement custom context navigation. To see an example of handling the ShowNavigationItemController.NavigationItemCreated event, refer to the How to: Implement Custom Context Navigation topic.

Inheritance

Object EventArgs NavigationItemCreatedEventArgs

See Also

NavigationItemCreatedEventArgs Members

DevExpress.ExpressApp.SystemModule Namespace