Show / Hide Table of Contents

Class SectionChangedEventArgs

Inheritance
System.Object
System.EventArgs
SectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public class SectionChangedEventArgs : EventArgs

Constructors

SectionChangedEventArgs(String, String)

Declaration
public SectionChangedEventArgs(string oldSection, string newSection)
Parameters
Type Name Description
System.String oldSection
System.String newSection

Fields

NewSection

Declaration
public readonly string NewSection
Field Value
Type Description
System.String

OldSection

Declaration
public readonly string OldSection
Field Value
Type Description
System.String
Back to top Generated by DocFX