'Declaration Public Function New( _ ByVal dialogType As DialogType, _ ByVal dialog As System.Windows.Forms.Form, _ ByVal predecessor As Predecessor _ )
public ShowLinkDialogEventArgs( DialogType dialogType, System.Windows.Forms.Form dialog, Predecessor predecessor )
Parameters
- dialogType
- The DialogType value.
- dialog
- The System.Windows.Forms.Form object.
- predecessor
- The Predecessor value.