Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / InvalidOperationEventArgs Class / Message Property


In This Topic
    Message Property (InvalidOperationEventArgs)
    In This Topic
    Gets the description of the invalid operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Message As String
    'Usage
     
    Dim instance As InvalidOperationEventArgs
    Dim value As String
     
    value = instance.Message
    public string Message {get;}

    Property Value

    The description of the invalid operation.
    See Also