Event PostInitCallback
Gets called after the dialog is initialized. You can inspect but not change the values. Return false to cancel the dialog.
public event EventHandler<DirectoryObjectDialogInitEventArgs> PostInitCallback
Returns
- EventHandler<DirectoryObjectDialogInitEventArgs>
- Gets called after the dialog is initialized. You can inspect but not change the values. Return false to cancel the dialog.