'Declaration Public Delegate Sub PrepareDateTimeFormatEventHandler( _ ByVal sender As Object, _ ByVal e As PrepareDateTimeFormatEventArgs _ )
public delegate void PrepareDateTimeFormatEventHandler( object sender, PrepareDateTimeFormatEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A PrepareDateTimeFormatEventArgs object that contains the event data.