DeleteSmsMessageOperation.Completed 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.
Specifies whether the asynchronous SMS message delete operation has completed or not.
public:
property AsyncActionCompletedHandler ^ Completed { AsyncActionCompletedHandler ^ get(); void set(AsyncActionCompletedHandler ^ value); };
AsyncActionCompletedHandler Completed();
void Completed(AsyncActionCompletedHandler handler);
public AsyncActionCompletedHandler Completed { get; set; }
var asyncActionCompletedHandler = deleteSmsMessageOperation.completed;
deleteSmsMessageOperation.completed = asyncActionCompletedHandler;
Public Property Completed As AsyncActionCompletedHandler
Property Value
A handler for the completed event of an asynchronous action.
Implements
Windows requirements
App capabilities |
cellularMessaging
sms
|