Edit

Share via


ConversationWindowNeedsSizeChangeEventArgs Class

Definition

Represents the data of a ConversationWindowNeedsSizeChange Event.

public ref class ConversationWindowNeedsSizeChangeEventArgs : EventArgs
public class ConversationWindowNeedsSizeChangeEventArgs : EventArgs
type ConversationWindowNeedsSizeChangeEventArgs = class
    inherit EventArgs
Public Class ConversationWindowNeedsSizeChangeEventArgs
Inherits EventArgs
Inheritance
ConversationWindowNeedsSizeChangeEventArgs

Properties

MaximumWindowHeight

Gets the maximum required UI window height.

MaximumWindowWidth

Gets the maximum required UI window width.

MinimumWindowHeight

Gets the minimum required UI window height.

MinimumWindowWidth

Gets the minimum required UI window width.

RecommendedWindowHeight

Gets the recommended UI window height.

RecommendedWindowWidth

Gets the recommended UI window width.

Applies to