DynamicReadOnlyRegionQuery Delegate

Definition

The callback delegate for notifying read only regions of edits.

C++/CX
public delegate bool DynamicReadOnlyRegionQuery(bool isEdit);

Parameters

isEdit
Boolean

True if an edit is being attempted. False if the read-only check should be side-effect free.

Return Value

Whether the read-only region is in effect.

Remarks

This callback is used in QueryCallback and CreateDynamicReadOnlyRegion.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022