PickerClosingEventArgs.ClosingOperation Property

Definition

Gets a pickerClosingOperation object that is used to respond to a Closing event.

public:
 property PickerClosingOperation ^ ClosingOperation { PickerClosingOperation ^ get(); };
PickerClosingOperation ClosingOperation();
public PickerClosingOperation ClosingOperation { get; }
var pickerClosingOperation = pickerClosingEventArgs.closingOperation;
Public ReadOnly Property ClosingOperation As PickerClosingOperation

Property Value

The pickerClosingOperation object that is used to respond to a Closing event.

Applies to