GrapeCity.Xaml.SpreadSheet.UI
InvalidOperation Event (SheetView)


Occurs when an invalid operation is performed.
Syntax
'Declaration
 
Public Event InvalidOperation As EventHandler(Of InvalidOperationEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of InvalidOperationEventArgs)
 
AddHandler instance.InvalidOperation, handler
public event EventHandler<InvalidOperationEventArgs> InvalidOperation
Event Data

The event handler receives an argument of type InvalidOperationEventArgs containing data related to this event. The following InvalidOperationEventArgs properties provide information specific to this event.

PropertyDescription
Context Gets the context.  
Message Gets the description of the invalid operation.  
Operation Gets the operation.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options