DynamicReadOnlyRegionQuery Delegate
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.
The callback delegate for notifying read only regions of edits.
public delegate bool DynamicReadOnlyRegionQuery(bool isEdit);
C++/CX
public delegate bool DynamicReadOnlyRegionQuery(bool isEdit);
public delegate bool DynamicReadOnlyRegionQuery(bool isEdit);
type DynamicReadOnlyRegionQuery = delegate of bool -> bool
Public Delegate Function DynamicReadOnlyRegionQuery(isEdit As Boolean) As Boolean
- isEdit
- Boolean
True if an edit is being attempted. False if the read-only check should be side-effect free.
Whether the read-only region is in effect.
This callback is used in QueryCallback and CreateDynamicReadOnlyRegion.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |