Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewCommandEventArgs.cs / 1305376 / FormViewCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public FormViewCommandEventArgs(object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this._commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return _commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the source of the command. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RectangleHotSpot.cs
- DataTableTypeConverter.cs
- BindingMemberInfo.cs
- DrawingContextDrawingContextWalker.cs
- DbConnectionPoolGroupProviderInfo.cs
- TableLayoutStyleCollection.cs
- MapPathBasedVirtualPathProvider.cs
- ToolStripButton.cs
- XmlNode.cs
- SecurityCookieModeValidator.cs
- BrowsableAttribute.cs
- CodeArrayIndexerExpression.cs
- MenuAdapter.cs
- HttpCachePolicyElement.cs
- ResourceDefaultValueAttribute.cs
- SecurityChannel.cs
- DateTimeUtil.cs
- XmlReader.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- CustomCategoryAttribute.cs
- TextRenderingModeValidation.cs
- WindowsStreamSecurityElement.cs
- TypedTableHandler.cs
- Tile.cs
- WebHttpDispatchOperationSelectorData.cs
- OrderedHashRepartitionEnumerator.cs
- ProcessHostConfigUtils.cs
- ReflectionPermission.cs
- GridView.cs
- HTTPNotFoundHandler.cs
- DataGridSortCommandEventArgs.cs
- ServiceHttpHandlerFactory.cs
- FileEnumerator.cs
- BooleanSwitch.cs
- HttpFileCollection.cs
- VideoDrawing.cs
- NumberFormatter.cs
- DataBinding.cs
- FontSizeConverter.cs
- StructuredProperty.cs
- AnchoredBlock.cs
- RemotingConfigParser.cs
- Options.cs
- MediaSystem.cs
- UInt64Storage.cs
- AssertFilter.cs
- CellTreeNodeVisitors.cs
- FamilyMap.cs
- TextRangeEditTables.cs
- SolidBrush.cs
- ToolStrip.cs
- SqlInternalConnection.cs
- DataPagerCommandEventArgs.cs
- CqlLexerHelpers.cs
- HMACMD5.cs
- Bits.cs
- TextAutomationPeer.cs
- WorkflowApplicationIdleEventArgs.cs
- ProvidePropertyAttribute.cs
- IntermediatePolicyValidator.cs
- SiteMapNode.cs
- Light.cs
- HtmlPanelAdapter.cs
- DefaultBinder.cs
- ExpressionCopier.cs
- COMException.cs
- Terminate.cs
- DataControlCommands.cs
- WinFormsSpinner.cs
- DeviceFilterDictionary.cs
- DataMemberFieldEditor.cs
- SharedRuntimeState.cs
- OuterGlowBitmapEffect.cs
- EventMap.cs
- CharEnumerator.cs
- KeyTime.cs
- ToolStripLocationCancelEventArgs.cs
- ContractsBCL.cs
- Focus.cs
- IntSecurity.cs
- ArithmeticException.cs
- AssociationSetMetadata.cs
- RadialGradientBrush.cs
- DescendentsWalker.cs
- ProcessModelSection.cs
- DesignerActionItemCollection.cs
- DataList.cs
- SafeFileMappingHandle.cs
- HwndProxyElementProvider.cs
- DataQuery.cs
- ArrayTypeMismatchException.cs
- ImageCodecInfoPrivate.cs
- _LoggingObject.cs
- DataGridRowDetailsEventArgs.cs
- AssemblyAttributes.cs
- CodeDirectoryCompiler.cs
- ADMembershipProvider.cs
- BooleanFunctions.cs
- SqlFileStream.cs
- Opcode.cs