Class StartupEventArgs
Contains the event data for the Startup event.
Inheritance
System.Object
System.EventArgs
StartupEventArgs
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
Assembly: OpenSilver.dll
Syntax
public sealed class StartupEventArgs : EventArgs
Properties
| Improve this Doc View SourceInitParams
Gets the initialization parameters that were passed as part of HTML initialization of a Silverlight plug-in.
Declaration
public IDictionary<string, string> InitParams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | The set of initialization parameters, as a dictionary with key strings and value strings. |