Spread WPF Documentation
InvalidOperation Event (SheetView)


Occurs when an invalid operation is performed.
Syntax
'Declaration
 
Public Event InvalidOperation As System.EventHandler(Of InvalidOperationEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of InvalidOperationEventArgs)
 
AddHandler instance.InvalidOperation, handler
public event System.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
ContextGets the context.  
MessageGets the description of the invalid operation.  
OperationGets the operation.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.