Class PopupClosingEventArgs
Provides data for popup closing events in the MultiColumnComboBox component.
Inheritance
System.Object
    PopupClosingEventArgs
  Namespace: Syncfusion.Blazor.MultiColumnComboBox
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupClosingEventArgs : Object
  Constructors
PopupClosingEventArgs()
Declaration
public PopupClosingEventArgs()
  Properties
Cancel
Gets or sets whether the dropdown popup open action should be canceled or not.
Declaration
public bool Cancel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  |