C# Class CK.WindowManager.WindowManager.ResizeResult

Inheritance: IManualInteractionResult
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode 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 méthode

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

ResizeResult() public méthode

public ResizeResult ( WindowManager m, WindowElementData data, WindowElementData clonedData ) : System
m WindowManager
data WindowElementData
clonedData WindowElementData
Résultat System

Silent() public méthode

public Silent ( ) : void
Résultat void