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