| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub SectionEventHandler( _ ByVal sender As Object, _ ByVal e As SectionEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public delegate void SectionEventHandler( object sender, SectionEventArgs e ) | |
Parameters
- sender
- e