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