Click or drag to resize

VGSecurityInitializedEventArgs Class

Provides data for the DefaultRuntimeInitialized event.

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Novalys.VisualGuard.SecurityVGSecurityInitializedEventArgs

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public class VGSecurityInitializedEventArgs : EventArgs

The VGSecurityInitializedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodVGSecurityInitializedEventArgs

Initializes a new instance of the VGSecurityInitializedEventArgs class with an action, the node it was performed upon, and the parent node.

Top
Properties
  NameDescription
Public propertyRuntime

Gets or sets the VGSecurityRuntime object used to load and set the security of the application.

Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also