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

NavBarItemCommandEventArgs Constructors

Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated item.
Name Parameters Description
NavBarItemCommandEventArgs(NavBarItem, Object, CommandEventArgs) item, commandSource, originalArgs Initializes a new instance of the NavBarItemCommandEventArgs class.
NavBarItemCommandEventArgs(Object, CommandEventArgs) commandSource, originalArgs Initializes a new instance of the NavBarItemCommandEventArgs class.
See Also