[]
Provides data for a Deleting event.
public class NavigatorDeletingEventArgs : EventArgs
| Name | Description |
|---|---|
| Cancel | This argument is False by default. If you set it to True in your event code, the navigator control will abort deleting. |
| Index | The index of the row being deleted. |