WindowStateChangedEvent Delegate |
A delegate to indicate that the state of a window has been changed.
Namespace: Rally.RestApi.UiForWpfAssembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public delegate void WindowStateChangedEvent(
WindowTypeOption windowType,
WindowStateOption windowState
)
Public Delegate Sub WindowStateChangedEvent (
windowType As WindowTypeOption,
windowState As WindowStateOption
)
public delegate void WindowStateChangedEvent(
WindowTypeOption windowType,
WindowStateOption windowState
)
type WindowStateChangedEvent =
delegate of
windowType : WindowTypeOption *
windowState : WindowStateOption -> unit
Parameters
- windowType
- Type: Rally.RestApi.UiForWpfWindowTypeOption
- windowState
- Type: Rally.RestApi.UiForWpfWindowStateOption
See Also