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
object sender

Originator of the Event.

CancellableGraphEventArgs args

Graph Event Arguments.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Extension Methods
Back to top Generated by DocFX