Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / CommandEventArgs.cs / 1305376 / CommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; ////// public class CommandEventArgs : EventArgs { private string commandName; private object argument; ///Provides data for the ///event. /// public CommandEventArgs(CommandEventArgs e) : this(e.CommandName, e.CommandArgument) { } ///Initializes a new instance of the ///class with another . /// public CommandEventArgs(string commandName, object argument) { this.commandName = commandName; this.argument = argument; } ///Initializes a new instance of the ///class with the specified command name /// and argument. /// public string CommandName { get { return commandName; } } ///Gets the name of the command. This property is read-only. ////// public object CommandArgument { get { return argument; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the argument for the command. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; ////// public class CommandEventArgs : EventArgs { private string commandName; private object argument; ///Provides data for the ///event. /// public CommandEventArgs(CommandEventArgs e) : this(e.CommandName, e.CommandArgument) { } ///Initializes a new instance of the ///class with another . /// public CommandEventArgs(string commandName, object argument) { this.commandName = commandName; this.argument = argument; } ///Initializes a new instance of the ///class with the specified command name /// and argument. /// public string CommandName { get { return commandName; } } ///Gets the name of the command. This property is read-only. ////// public object CommandArgument { get { return argument; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the argument for the command. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EditorZoneDesigner.cs
- UriWriter.cs
- AppDomainUnloadedException.cs
- DependencyPropertyKey.cs
- XPathChildIterator.cs
- AccessibleObject.cs
- WorkflowRuntime.cs
- AspProxy.cs
- MarkupExtensionReturnTypeAttribute.cs
- HtmlTableRowCollection.cs
- COM2AboutBoxPropertyDescriptor.cs
- ValueUtilsSmi.cs
- ObjectQueryProvider.cs
- InvalidProgramException.cs
- DataTableTypeConverter.cs
- LabelAutomationPeer.cs
- BooleanFunctions.cs
- DataObject.cs
- UpdateExpressionVisitor.cs
- PasswordRecoveryDesigner.cs
- MetaType.cs
- PriorityQueue.cs
- TextShapeableCharacters.cs
- TextParagraphProperties.cs
- LambdaCompiler.Statements.cs
- SortDescriptionCollection.cs
- PreviewControlDesigner.cs
- SqlNamer.cs
- MsmqHostedTransportManager.cs
- ToolStripTemplateNode.cs
- Subtree.cs
- ServiceNameElement.cs
- ArgumentOutOfRangeException.cs
- DispatcherProcessingDisabled.cs
- NamespaceList.cs
- FunctionNode.cs
- WebPartConnectionsCancelEventArgs.cs
- MarkupCompilePass1.cs
- Double.cs
- CommonRemoteMemoryBlock.cs
- QueryStringParameter.cs
- MsmqIntegrationProcessProtocolHandler.cs
- ClientRolePrincipal.cs
- BlurBitmapEffect.cs
- WebConfigurationFileMap.cs
- ValidationHelpers.cs
- QueryCacheManager.cs
- FrameworkTemplate.cs
- VerticalAlignConverter.cs
- RtfControlWordInfo.cs
- UpDownBase.cs
- GeneralTransformGroup.cs
- SecurityDescriptor.cs
- securitymgrsite.cs
- Button.cs
- CustomCredentialPolicy.cs
- SessionStateSection.cs
- FormClosingEvent.cs
- TimeSpanStorage.cs
- HyperLink.cs
- AbsoluteQuery.cs
- TempFiles.cs
- XamlSerializerUtil.cs
- ChtmlMobileTextWriter.cs
- BinaryObjectReader.cs
- SerializationIncompleteException.cs
- ScrollItemProviderWrapper.cs
- ProfileSettingsCollection.cs
- DataGridViewComboBoxColumn.cs
- Helper.cs
- ZipIOExtraFieldElement.cs
- TraceHwndHost.cs
- SafeRightsManagementHandle.cs
- NameSpaceEvent.cs
- DocumentsTrace.cs
- CollectionViewGroupInternal.cs
- ScrollChrome.cs
- TrackingValidationObjectDictionary.cs
- PrivilegeNotHeldException.cs
- Properties.cs
- ClientViaElement.cs
- RelationshipConverter.cs
- CodeNamespaceImportCollection.cs
- ObjectDataSourceMethodEventArgs.cs
- DataGridCell.cs
- CommonObjectSecurity.cs
- CacheVirtualItemsEvent.cs
- BStrWrapper.cs
- TextAutomationPeer.cs
- FlowDocumentFormatter.cs
- HiddenField.cs
- CacheChildrenQuery.cs
- ProxyHelper.cs
- OneOfScalarConst.cs
- SubMenuStyle.cs
- FixedPosition.cs
- UIElementPropertyUndoUnit.cs
- Subordinate.cs
- DesignConnectionCollection.cs
- DatatypeImplementation.cs