[]
Provides data for events that can be handled completely in an event handler.
public class NavItemEventArgs : EventArgs
Name | Description |
---|---|
NavItemEventArgs(C1DbNavigator) | Initializes a new instance of the NavItemEventArgs class. |
Name | Description |
---|---|
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. |
Navigator | Gets C1DbNavigator that is the owner of the event. |