DynamicReadOnlyRegionQuery Delegate

Definition

The callback delegate for notifying read only regions of edits.

public delegate bool DynamicReadOnlyRegionQuery(bool isEdit);
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 

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