menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProvidePersistenceIDEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved