Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }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
- SessionStateContainer.cs
- AsymmetricSignatureDeformatter.cs
- SecurityRuntime.cs
- RoleGroup.cs
- WorkflowViewService.cs
- DiffuseMaterial.cs
- COM2FontConverter.cs
- DiscoveryClientRequestChannel.cs
- ClockController.cs
- WmlLiteralTextAdapter.cs
- ListViewItemCollectionEditor.cs
- WebPartEditorCancelVerb.cs
- SQLStringStorage.cs
- UIElement3D.cs
- Positioning.cs
- QilPatternVisitor.cs
- AppDomainFactory.cs
- ContentPresenter.cs
- DataViewSettingCollection.cs
- ProcessHostServerConfig.cs
- TypeBuilderInstantiation.cs
- NamedObject.cs
- EncoderFallback.cs
- FormViewInsertEventArgs.cs
- CodePageEncoding.cs
- SchemaComplexType.cs
- URLBuilder.cs
- XmlQueryCardinality.cs
- ServicePointManager.cs
- ConditionalAttribute.cs
- _DigestClient.cs
- AuthenticatedStream.cs
- WebServiceData.cs
- Atom10FormatterFactory.cs
- MimeParameters.cs
- SqlRowUpdatingEvent.cs
- TableCellAutomationPeer.cs
- X509CertificateValidator.cs
- UnsafeNativeMethodsTablet.cs
- GenericUriParser.cs
- SectionInformation.cs
- Array.cs
- UnmanagedMarshal.cs
- CursorConverter.cs
- FixedSOMLineCollection.cs
- Wildcard.cs
- HotSpot.cs
- SecurityDocument.cs
- XmlAttributeCollection.cs
- StorageBasedPackageProperties.cs
- XmlQueryOutput.cs
- IgnoreSection.cs
- XmlSignatureProperties.cs
- WhitespaceSignificantCollectionAttribute.cs
- QueryableDataSourceHelper.cs
- Verify.cs
- TextEditorLists.cs
- ImageAnimator.cs
- InvalidDataException.cs
- Profiler.cs
- SurrogateEncoder.cs
- ItemsPanelTemplate.cs
- TemplateColumn.cs
- _ListenerRequestStream.cs
- PenLineJoinValidation.cs
- BackgroundWorker.cs
- FormParameter.cs
- Timer.cs
- SharedStatics.cs
- DateTimeFormatInfo.cs
- Missing.cs
- CodeIndexerExpression.cs
- OracleDataAdapter.cs
- BitmapImage.cs
- HandlerFactoryCache.cs
- EastAsianLunisolarCalendar.cs
- OleDbErrorCollection.cs
- InfoCardSymmetricAlgorithm.cs
- ReferenceEqualityComparer.cs
- WhileDesigner.cs
- RelationshipWrapper.cs
- Attribute.cs
- PromptBuilder.cs
- TcpClientSocketManager.cs
- DataStorage.cs
- GetPageNumberCompletedEventArgs.cs
- BamlRecordReader.cs
- StringDictionaryEditor.cs
- DataGridColumnHeadersPresenter.cs
- BaseCollection.cs
- SelectorItemAutomationPeer.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- HostingPreferredMapPath.cs
- AnnotationAuthorChangedEventArgs.cs
- AspProxy.cs
- AsmxEndpointPickerExtension.cs
- ToolStripSeparatorRenderEventArgs.cs
- MaskInputRejectedEventArgs.cs
- COMException.cs
- IPEndPointCollection.cs