Event PreInitCallback
Gets called before the dialog is initialized. You can inspect and change the values. Return false to cancel the dialog.
public event EventHandler<DirectoryObjectDialogInitEventArgs> PreInitCallback
Returns
- EventHandler<DirectoryObjectDialogInitEventArgs>
- Gets called before the dialog is initialized. You can inspect and change the values. Return false to cancel the dialog.