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

In This Topic
    UserAction Property (VisitedDocument)
    In This Topic
    Gets the action that caused the current visited document to be stored in history. This property is used to generate the string returned by the GetFullDocumentCaption method.
    Syntax
    'Declaration
     
    Public Property UserAction As HistorySavedActionsEnum
    public HistorySavedActionsEnum UserAction {get; set;}
    See Also