C# Class CK.WindowManager.WindowManager.MoveResult

Inheritance: IManualInteractionResult
Show file Open project: Invenietis/ck-certified

Public Methods

Method Description
Broadcast ( ) : void

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

MoveResult ( WindowManager m, WindowElementData data, WindowElementData dataSnapshot ) : System
Silent ( ) : void

Method Details

Broadcast() public method

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

MoveResult() public method

public MoveResult ( WindowManager m, WindowElementData data, WindowElementData dataSnapshot ) : System
m WindowManager
data WindowElementData
dataSnapshot WindowElementData
return System

Silent() public method

public Silent ( ) : void
return void