MessageBoxDismissedEventArgsClickedButtonIndex Property

Contains index of button, which the user clicked or null, if it was closed by Close button.

Definition

Namespace: BeeMobile.MessageBox
Assembly: BeeMobile.MessageBox.AVA (in BeeMobile.MessageBox.AVA.dll) Version: 11.0.0.0+25fcde4cb1146137b36e11419a35b5b60dc956f0
C#
public int? ClickedButtonIndex { get; }

Property Value

NullableInt32

See Also