C# 클래스 CK.WindowManager.WindowManager.ResizeResult

상속: IManualInteractionResult
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
Broadcast ( ) : void

Propagate the homemade WindowsSizeChanged event. This function can create reentrancy problems because we bypass the Windows system event.

ResizeResult ( WindowManager m, WindowElementData data, WindowElementData clonedData ) : System
Silent ( ) : void

메소드 상세

Broadcast() 공개 메소드

Propagate the homemade WindowsSizeChanged event. This function can create reentrancy problems because we bypass the Windows system event.
public Broadcast ( ) : void
리턴 void

ResizeResult() 공개 메소드

public ResizeResult ( WindowManager m, WindowElementData data, WindowElementData clonedData ) : System
m WindowManager
data WindowElementData
clonedData WindowElementData
리턴 System

Silent() 공개 메소드

public Silent ( ) : void
리턴 void