Table of Contents

Class VisibilityChanged

Namespace
InSite.Domain.Sites.Pages
Assembly
Shift.Sdk.dll
public class VisibilityChanged : Change, IChange
Inheritance
VisibilityChanged
Implements
Inherited Members
Extension Methods

Constructors

VisibilityChanged(bool)

public VisibilityChanged(bool isHidden)

Parameters

isHidden bool

Properties

IsHidden

public bool IsHidden { get; set; }

Property Value

bool