Show / Hide Table of Contents

Class Section.SectionEventArgs

Inheritance
System.Object
System.EventArgs
Section.SectionEventArgs
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.Core
Assembly: Experior.Core.dll
Syntax
public class SectionEventArgs : EventArgs

Constructors

SectionEventArgs(ISection)

Declaration
public SectionEventArgs(ISection section)
Parameters
Type Name Description
ISection section

Fields

Section

Declaration
public readonly ISection Section
Field Value
Type Description
ISection
Back to top Generated by DocFX