Spread ASP.NET 6.0 Product Documentation
SpreadCommandEventArgs Class
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SpreadCommandEventArgs Class


Glossary Item Box

Represents the event data for any of several command events in the Spread component.

Object Model

SpreadCommandEventArgs ClassSheetView Class

Syntax

Visual Basic (Declaration) 
Public Class SpreadCommandEventArgs 
   Inherits System.Web.UI.WebControls.CommandEventArgs
Visual Basic (Usage)Copy Code
Dim instance As SpreadCommandEventArgs
C# 
public class SpreadCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs 

Remarks

The following command events can be raised by the Spread component:

And these events also can be raised by the Spread component:

This class contains data about these Spread command events that can be accessed in the SpreadCommandEventHandler event handler. You can cancel an event and get the postback data using the EditValues and Handled properties available in this class.

For more information on the print command, refer to the IsPrint property.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Web.UI.WebControls.CommandEventArgs
         FarPoint.Web.Spread.SpreadCommandEventArgs

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.