Assembly: DayPilot (in DayPilot.dll)
Version: 4.8.1425.0 (4.8.1425.0)
Syntax
| C# |
|---|
public delegate void ScrollEventHandler( Object sender, ScrollEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub ScrollEventHandler ( _ sender As Object, _ e As ScrollEventArgs _ ) |
| Visual C++ |
|---|
public delegate void ScrollEventHandler( Object^ sender, ScrollEventArgs^ e ) |