MailMergeWizardStateChangeEventArgs.Handled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether to move the user to the next step in the Mail Merge wizard.
public:
property bool Handled { bool get(); };
public bool Handled { get; }
member this.Handled : bool
Public ReadOnly Property Handled As Boolean
Property Value
true
to move the user to the next step; otherwise, false
.