Table of Contents

Event PostInitCallback

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

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.