'Declaration Public Delegate Function OnCheckEventHandler( _ ByVal sender As Object, _ ByVal e As OnCheckEventArgs _ ) As Boolean |
public delegate bool OnCheckEventHandler( object sender, OnCheckEventArgs e ) |
Parameters
- sender
- e
'Declaration Public Delegate Function OnCheckEventHandler( _ ByVal sender As Object, _ ByVal e As OnCheckEventArgs _ ) As Boolean |
public delegate bool OnCheckEventHandler( object sender, OnCheckEventArgs e ) |