C# Class CK.WindowManager.WindowManager.ResizeResult

Inheritance: IManualInteractionResult
Datei anzeigen Open project: Invenietis/ck-certified

Public Methods

Method Description
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

Method Details

Broadcast() public method

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

ResizeResult() public method

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

Silent() public method

public Silent ( ) : void
return void