Visual Basic (Declaration) | |
---|---|
Public Delegate Sub DataBindEventHandler( _ ByVal sender As Object, _ ByVal itemData As DataBindEventData _ ) |
C# | |
---|---|
public delegate void DataBindEventHandler( object sender, DataBindEventData itemData ) |
Parameters
- sender
- itemData