PickerClosingEventArgs.ClosingOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.