Show / Hide Table of Contents

Delegate CancellableGraphEventHandler

Delegate Type for Graph events raised by Graphs where event handlers may set a Cancel flag to cancel the subsequent operation.
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public delegate void CancellableGraphEventHandler(object sender, CancellableGraphEventArgs args);
Parameters
Type Name Description
System.Object sender Originator of the Event.
CancellableGraphEventArgs args Graph Event Arguments.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Extension Methods
Back to top Generated by DocFX