WindowCaptionChangeEvent Constructor C# API
Create a new WindowCaptionChangeEvent

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public WindowCaptionChangeEvent(
	string caption,
	string newCaption
)

Parameters

caption
Type: System String
The old caption
newCaption
Type: System String
The new caption
See Also