Show / Hide Table of Contents

Class NotifierObject

Base class for all objects that are able to notify their property changed.

Inheritance
System.Object
NotifierObject
EdgeRoutingParameters
HighlightParameters
LayoutParametersBase
OverlapRemovalParameters
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Utils
Assembly: GraphShape.dll
Syntax
public abstract class NotifierObject : INotifyPropertyChanged

Methods

| Improve this Doc View Source

OnPropertyChanged(String)

Raises a PropertyChanged event for the given propertyName.

Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
Type Name Description
System.String propertyName

Property name.

Events

| Improve this Doc View Source

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape