Show / Hide Table of Contents

Class ViewRegisteredEventArgs

Argument class used by the ContentRegistered event when a new content is registered.

Inheritance
object
EventArgs
ViewRegisteredEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class ViewRegisteredEventArgs : EventArgs

Constructors

View Source

ViewRegisteredEventArgs(string, Func<object>)

Initializes the ViewRegisteredEventArgs class.

Declaration
public ViewRegisteredEventArgs(string regionName, Func<object> getViewDelegate)
Parameters
Type Name Description
string regionName

The region name to which the content was registered.

Func<object> getViewDelegate

The content which was registered.

Properties

View Source

GetView

Gets the content which was registered.

Declaration
public Func<object> GetView { get; }
Property Value
Type Description
Func<object>
View Source

RegionName

Gets the region name to which the content was registered.

Declaration
public string RegionName { get; }
Property Value
Type Description
string

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX