Class ProvidePersistenceIDEventArgs
Provides event data for the various ProvidePersistenceID events.
Inheritance
System.Object
System.EventArgs
ProvidePersistenceIDEventArgs
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: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ProvidePersistenceIDEventArgs : EventArgs
Constructors
ProvidePersistenceIDEventArgs(String)
Declaration
public ProvidePersistenceIDEventArgs(string defaultID)
Parameters
Type | Name | Description |
---|---|---|
System.String | defaultID |
Properties
PersistenceID
Gets / sets a unique ID.
Declaration
public string PersistenceID { get; set; }
Property Value
Type |
---|
System.String |