[]
        
(Showing Draft Content)

C1.Win.C1Input.NavigatorBeforeActionEventArgs

NavigatorBeforeActionEventArgs Class

Provides data for a BeforeAction event.

Inheritance
NavigatorBeforeActionEventArgs
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public class NavigatorBeforeActionEventArgs : EventArgs

Properties

Name Description
Button

The clicked button.

Cancel

This argument is False by default. If you set it to True in your event code, the navigator control will skip the standard action associated with the button.

Index

Current row index in the data source (only for Delete and Edit buttons).