Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewCommandEventArgs.cs / 1 / ListViewCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Diagnostics.CodeAnalysis; namespace System.Web.UI.WebControls { [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ListViewCommandEventArgs : CommandEventArgs { private ListViewItem _item; private object _commandSource; [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "2#")] public ListViewCommandEventArgs(ListViewItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } public object CommandSource { get { return _commandSource; } } public ListViewItem Item { get { return _item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Diagnostics.CodeAnalysis; namespace System.Web.UI.WebControls { [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ListViewCommandEventArgs : CommandEventArgs { private ListViewItem _item; private object _commandSource; [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "2#")] public ListViewCommandEventArgs(ListViewItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } public object CommandSource { get { return _commandSource; } } public ListViewItem Item { get { return _item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OdbcTransaction.cs
- InheritedPropertyChangedEventArgs.cs
- _HeaderInfoTable.cs
- ArcSegment.cs
- AuthenticationConfig.cs
- JpegBitmapDecoder.cs
- WindowsTitleBar.cs
- ControlBindingsCollection.cs
- PrintPageEvent.cs
- Color.cs
- RuntimeArgumentHandle.cs
- MSAAEventDispatcher.cs
- ChangeToolStripParentVerb.cs
- LockRecursionException.cs
- WorkflowDesigner.cs
- CacheSection.cs
- NativeActivityContext.cs
- NameTable.cs
- TargetPerspective.cs
- TerminateDesigner.cs
- WeakHashtable.cs
- IdleTimeoutMonitor.cs
- SchemaInfo.cs
- HostTimeoutsElement.cs
- Currency.cs
- InProcStateClientManager.cs
- WeakReference.cs
- TaskFileService.cs
- UInt32.cs
- GeneralTransform3DGroup.cs
- ETagAttribute.cs
- TreeNode.cs
- EmptyStringExpandableObjectConverter.cs
- BitmapCache.cs
- MethodBuilderInstantiation.cs
- PathSegment.cs
- ConfigurationManagerInternal.cs
- RootBrowserWindowProxy.cs
- PublishLicense.cs
- SignatureHelper.cs
- Vector3D.cs
- SingleAnimationBase.cs
- ChangeDirector.cs
- NaturalLanguageHyphenator.cs
- PerfCounters.cs
- QuaternionConverter.cs
- SecurityTokenRequirement.cs
- MemberJoinTreeNode.cs
- CoreChannel.cs
- DependencyPropertyValueSerializer.cs
- SByteConverter.cs
- SemanticTag.cs
- ProtectedProviderSettings.cs
- CodeMemberField.cs
- SiteMapPath.cs
- ContainerSelectorActiveEvent.cs
- remotingproxy.cs
- ConstNode.cs
- Win32PrintDialog.cs
- PriorityBindingExpression.cs
- BitmapEffectGroup.cs
- XamlNamespaceHelper.cs
- ItemsControlAutomationPeer.cs
- SignalGate.cs
- XhtmlBasicObjectListAdapter.cs
- PortCache.cs
- ControlAdapter.cs
- UrlAuthFailedErrorFormatter.cs
- DatePicker.cs
- ManagedWndProcTracker.cs
- ClientBuildManagerCallback.cs
- ConnectionPointCookie.cs
- DateTimePickerDesigner.cs
- DeviceContexts.cs
- FilterFactory.cs
- MaskedTextBoxTextEditorDropDown.cs
- PackageStore.cs
- WindowCollection.cs
- ParenthesizePropertyNameAttribute.cs
- Double.cs
- CreateParams.cs
- ManagementQuery.cs
- Application.cs
- PopupEventArgs.cs
- MemoryRecordBuffer.cs
- Parser.cs
- TextProviderWrapper.cs
- input.cs
- SocketPermission.cs
- ParameterRetriever.cs
- InputMethodStateChangeEventArgs.cs
- TabControlAutomationPeer.cs
- EditorPartChrome.cs
- GlobalProxySelection.cs
- SiteMapHierarchicalDataSourceView.cs
- DataRecordInfo.cs
- Collection.cs
- PictureBoxDesigner.cs
- EntityCollection.cs
- FrameworkElementAutomationPeer.cs