[]
Represents the event data for the Advance event for the Spread component, which occurs when focus is advanced to another control.
public class AdvanceEventArgs : EventArgs
Public Class AdvanceEventArgs
Inherits EventArgs
Name | Description |
---|---|
AdvanceEventArgs(SpreadView, bool) | Creates a new object with the Advance event arguments. |
Name | Description |
---|---|
AdvanceNext | Gets whether to move to the next component. |
Cancel | Gets or sets whether to cancel default processing. |