Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / CommandEventArgs.cs / 1 / CommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- XmlBindingWorker.cs
- _NtlmClient.cs
- NewExpression.cs
- DbParameterHelper.cs
- DatagridviewDisplayedBandsData.cs
- MatcherBuilder.cs
- DeadCharTextComposition.cs
- IChannel.cs
- HwndSourceKeyboardInputSite.cs
- SmiXetterAccessMap.cs
- SchemaImporterExtension.cs
- NetCodeGroup.cs
- ManagedCodeMarkers.cs
- RuleSettings.cs
- DispatchRuntime.cs
- ProfessionalColorTable.cs
- WindowsAuthenticationModule.cs
- _StreamFramer.cs
- TemplateParser.cs
- FrameworkElement.cs
- HitTestFilterBehavior.cs
- AutomationPropertyInfo.cs
- SvcFileManager.cs
- _CookieModule.cs
- ListBoxAutomationPeer.cs
- PackageRelationship.cs
- TextPointer.cs
- WS2007FederationHttpBinding.cs
- CheckedPointers.cs
- WpfXamlMember.cs
- WebConfigurationManager.cs
- InitializerFacet.cs
- DataSourceBooleanViewSchemaConverter.cs
- CompiledAction.cs
- HexParser.cs
- WebBrowserSiteBase.cs
- PaintEvent.cs
- DesignerView.cs
- DataGridRow.cs
- WinEventTracker.cs
- EdmSchemaError.cs
- ServicesUtilities.cs
- ReliabilityContractAttribute.cs
- RemotingException.cs
- SystemResourceKey.cs
- StateMachineWorkflowDesigner.cs
- ScriptingWebServicesSectionGroup.cs
- HttpServerUtilityBase.cs
- TemplateParser.cs
- ComponentResourceKeyConverter.cs
- ApplicationActivator.cs
- SystemColors.cs
- NetworkStream.cs
- QilExpression.cs
- IndexedGlyphRun.cs
- _UriTypeConverter.cs
- MetafileHeaderWmf.cs
- DocumentViewer.cs
- ErrorFormatter.cs
- CompModSwitches.cs
- DataPointer.cs
- StringOutput.cs
- RegexRunnerFactory.cs
- AggregatePushdown.cs
- Cursor.cs
- ResourcePermissionBase.cs
- Pair.cs
- UseAttributeSetsAction.cs
- securestring.cs
- ToolStripCodeDomSerializer.cs
- StringAnimationBase.cs
- RegisteredDisposeScript.cs
- SecurityToken.cs
- PropertyGridEditorPart.cs
- TypeInformation.cs
- LinkedResource.cs
- DateTimeOffsetConverter.cs
- PageFunction.cs
- Camera.cs
- TailCallAnalyzer.cs
- SafeTokenHandle.cs
- OdbcCommand.cs
- DataSourceProvider.cs
- PenContexts.cs
- ScriptResourceInfo.cs
- HelloOperationCD1AsyncResult.cs
- CopyAttributesAction.cs
- HtmlShimManager.cs
- JavaScriptSerializer.cs
- InternalDispatchObject.cs
- BitmapEffectGeneralTransform.cs
- ResourceProperty.cs
- RawStylusInput.cs
- SqlStream.cs
- ProviderUtil.cs
- Trigger.cs
- SystemIPInterfaceStatistics.cs
- _AutoWebProxyScriptWrapper.cs
- SystemParameters.cs
- EventHandlersStore.cs