public abstract class DomainValidatingEventHandler
extends MulticastDelegate
Represents the event handler for DomainValidatingEvent.
| Constructor and Description |
|---|
DomainValidatingEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
IAsyncResult |
beginInvoke(Object sender,
DomainValidatingEventArgs e,
AsyncCallback callback,
Object state)
beginInvoke.
|
void |
endInvoke(IAsyncResult result)
endInvoke.
|
abstract void |
invoke(Object sender,
DomainValidatingEventArgs e)
invoke.
|
combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImplpublic abstract void invoke(Object sender, DomainValidatingEventArgs e)
invoke.
sender - a Object object.e - a DomainValidatingEventArgs object.public final IAsyncResult beginInvoke(Object sender, DomainValidatingEventArgs e, AsyncCallback callback, Object state)
beginInvoke.
sender - a Object object.e - a DomainValidatingEventArgs object.callback - a AsyncCallback object.state - a Object object.IAsyncResult object.public final void endInvoke(IAsyncResult result)
endInvoke.
result - a IAsyncResult object.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.