Show / Hide Table of Contents

Class NotifyEventArgs

Provides data for the ScriptNotify event.

Inheritance
System.Object
System.EventArgs
NotifyEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class NotifyEventArgs : EventArgs

Properties

| Improve this Doc View Source

Value

Gets or sets the JavaScript method name that is passed to the Silverlight plug-in.

Declaration
[NotImplemented]
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source