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