AdjustStateDelegate 대리자

정의

시스템에서 첨부 지점이 포함된 조각의 상태가 변경되었다는 알림입니다. 클라이언트는 원하는 경우 연결이 끊긴 공간에서 개체를 숨기는 작업을 수행할 수 있습니다.

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

매개 변수

state
AttachmentPointStateType

포함하는 조각의 새 상태입니다.

적용 대상