public abstract class StorageProcessedEventHandler
extends MulticastDelegate
Represents the method that will handle an PersonalStorage.StorageProcessedDelegate
event.
Constructor and Description |
---|
StorageProcessedEventHandler() |
Modifier and Type | Method and Description |
---|---|
IAsyncResult |
beginInvoke(Object sender,
StorageProcessedEventArgs e,
AsyncCallback callback,
Object state) |
void |
endInvoke(IAsyncResult result) |
abstract void |
invoke(Object sender,
StorageProcessedEventArgs e) |
combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImpl
public abstract void invoke(Object sender, StorageProcessedEventArgs e)
public final IAsyncResult beginInvoke(Object sender, StorageProcessedEventArgs e, AsyncCallback callback, Object state)
public final void endInvoke(IAsyncResult result)
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.