| Visual Basic (Declaration) | |
|---|---|
Public Event SetTips As SetTipsEventHandler | |
| C# | |
|---|---|
public event SetTipsEventHandler SetTips | |
The event handler receives an argument of type SetTipsEventArgs containing data related to this event. The following SetTipsEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Date | The first visible date in the control. |
| Row | The top visible row in the control. |