Table of Contents

Event PreInitCallback

Namespace
Innova.Prism.Library.Security
Assembly
Innova.Prism.Library.dll

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.