Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / LoadVisitedDocumentEventArgs Class / UserData Property

In This Topic
    UserData Property (LoadVisitedDocumentEventArgs)
    In This Topic
    Gets or sets arbitrary data associated with the current object. Typically this data is filled on saving a document, and can be used when that document is loaded.
    Syntax
    'Declaration
     
    Public Property UserData As Object
    public object UserData {get; set;}
    See Also