AdjustStateDelegate Delegate

Definition

Notification from the system that the state of the fragment containing the attachment point has changed. The client can take action to hide objects in disconnected space if desired.

public delegate void AdjustStateDelegate(AttachmentPointStateType state);
type AdjustStateDelegate = delegate of AttachmentPointStateType -> unit
Public Delegate Sub AdjustStateDelegate(state As AttachmentPointStateType)

Parameters

state
AttachmentPointStateType

The new state of the containing fragment

Applies to