Table of Contents

Event PropertyChanging

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when property value is about to be changed by the user.

public event EventHandler<CancelEventArgs>? PropertyChanging

Returns

EventHandler<CancelEventArgs>
Occurs when property value is about to be changed by the user.
Implements

Remarks

You can veto this event to prevent the action.