Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewCommandEventArgs.cs / 1 / FormViewCommandEventArgs.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 FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //Gets the source of the command. This property is read-only. ///// 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 FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- HorizontalAlignConverter.cs
- UITypeEditors.cs
- TypeDelegator.cs
- ConfigurationPropertyAttribute.cs
- EntityTypeEmitter.cs
- HtmlControl.cs
- LicenseContext.cs
- Polyline.cs
- HMACSHA384.cs
- RegularExpressionValidator.cs
- GridErrorDlg.cs
- AppliedDeviceFiltersDialog.cs
- TraceEventCache.cs
- HtmlGenericControl.cs
- WsdlBuildProvider.cs
- SerializationSectionGroup.cs
- MarkupObject.cs
- SafeMarshalContext.cs
- SessionState.cs
- dbenumerator.cs
- QueryPageSettingsEventArgs.cs
- Selector.cs
- SecurityDocument.cs
- Rijndael.cs
- DmlSqlGenerator.cs
- ImportContext.cs
- HttpRawResponse.cs
- EmptyEnumerator.cs
- DiagnosticsConfigurationHandler.cs
- MatrixConverter.cs
- Table.cs
- AtlasWeb.Designer.cs
- Point3D.cs
- LinqTreeNodeEvaluator.cs
- PointF.cs
- WindowsStreamSecurityUpgradeProvider.cs
- AstTree.cs
- PartitionResolver.cs
- KnownBoxes.cs
- XmlComment.cs
- TypeInfo.cs
- RadioButton.cs
- SafeNativeMethodsOther.cs
- SafeProcessHandle.cs
- HTMLTagNameToTypeMapper.cs
- PathParser.cs
- InputLanguage.cs
- ProfessionalColorTable.cs
- SchemaImporterExtension.cs
- NativeMethods.cs
- SystemWebCachingSectionGroup.cs
- RegistrationProxy.cs
- CompressedStack.cs
- GlyphInfoList.cs
- ObjectMaterializedEventArgs.cs
- AnonymousIdentificationSection.cs
- SqlFormatter.cs
- Control.cs
- CompressedStack.cs
- AxHost.cs
- ChtmlPhoneCallAdapter.cs
- Screen.cs
- OleDbMetaDataFactory.cs
- PenLineJoinValidation.cs
- DoubleUtil.cs
- RegionInfo.cs
- XamlPointCollectionSerializer.cs
- CompiledXpathExpr.cs
- DispatchChannelSink.cs
- ControlBindingsCollection.cs
- StorageScalarPropertyMapping.cs
- FamilyMap.cs
- HMACRIPEMD160.cs
- CodeVariableDeclarationStatement.cs
- QilGeneratorEnv.cs
- PropertyGrid.cs
- Binding.cs
- WindowsContainer.cs
- ChangePasswordAutoFormat.cs
- CodeIndexerExpression.cs
- CroppedBitmap.cs
- SkewTransform.cs
- LockRecursionException.cs
- SplitterPanel.cs
- ParallelEnumerable.cs
- DataGridViewCheckBoxColumn.cs
- TextSelection.cs
- CustomAttributeFormatException.cs
- SolidColorBrush.cs
- SkinBuilder.cs
- ValidationEventArgs.cs
- TextPatternIdentifiers.cs
- EventPrivateKey.cs
- TextTreePropertyUndoUnit.cs
- RegionInfo.cs
- Selection.cs
- NavigationFailedEventArgs.cs
- TreeSet.cs
- CodeTypeDeclarationCollection.cs
- BamlResourceSerializer.cs