Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / TreeNodeEventArgs.cs / 1 / TreeNodeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// Provides doata for TreeView events /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TreeNodeEventArgs : EventArgs { private TreeNode _node; ////// Initializes a new instance of the public TreeNodeEventArgs(TreeNode node) { _node = node; } ////// /// The node on which the event is occurring. /// public TreeNode Node { get { return _node; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// Provides doata for TreeView events /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TreeNodeEventArgs : EventArgs { private TreeNode _node; ////// Initializes a new instance of the public TreeNodeEventArgs(TreeNode node) { _node = node; } ////// /// The node on which the event is occurring. /// public TreeNode Node { get { return _node; } } } } // 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
- SelectionItemProviderWrapper.cs
- FixedBufferAttribute.cs
- EmbeddedMailObject.cs
- MappingException.cs
- ConsumerConnectionPoint.cs
- XmlBindingWorker.cs
- EntityDataSourceEntitySetNameItem.cs
- ECDiffieHellmanPublicKey.cs
- ComNativeDescriptor.cs
- WebServiceParameterData.cs
- UiaCoreTypesApi.cs
- ProcessModelSection.cs
- MessageQueueInstaller.cs
- DBNull.cs
- RepeaterItemCollection.cs
- ClassHandlersStore.cs
- VectorKeyFrameCollection.cs
- XPathNodeIterator.cs
- Converter.cs
- XhtmlBasicLiteralTextAdapter.cs
- Axis.cs
- SQLInt32Storage.cs
- AutomationIdentifier.cs
- ObjectStateEntryDbDataRecord.cs
- Visitor.cs
- SplineQuaternionKeyFrame.cs
- ZoneIdentityPermission.cs
- ConstraintStruct.cs
- GroupStyle.cs
- DBCSCodePageEncoding.cs
- DoubleUtil.cs
- LoadRetryHandler.cs
- TypeUtils.cs
- GridEntryCollection.cs
- Signature.cs
- ConditionedDesigner.cs
- HttpCookiesSection.cs
- Util.cs
- MessageSecurityOverHttpElement.cs
- HttpRuntimeSection.cs
- Listbox.cs
- DeviceContexts.cs
- DrawingDrawingContext.cs
- WebPartHeaderCloseVerb.cs
- RtType.cs
- DoubleLink.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- DataColumnChangeEvent.cs
- DataGridViewLinkCell.cs
- SynchronizedDispatch.cs
- EventLogEntryCollection.cs
- MessageQueueConverter.cs
- DateTimeConverter2.cs
- Int16.cs
- ZeroOpNode.cs
- RemotingAttributes.cs
- MetadataItem.cs
- GridPattern.cs
- SamlAuthorizationDecisionClaimResource.cs
- CachedFontFace.cs
- Pair.cs
- RequestCacheEntry.cs
- DataSourceProvider.cs
- ResourceAssociationSetEnd.cs
- WindowsToolbar.cs
- StrokeDescriptor.cs
- TaskExtensions.cs
- XmlSchemaFacet.cs
- EFDataModelProvider.cs
- HelpKeywordAttribute.cs
- AssemblyAssociatedContentFileAttribute.cs
- DataGridViewCellCollection.cs
- SmtpTransport.cs
- RightsManagementEncryptedStream.cs
- Application.cs
- SHA256.cs
- VisualTarget.cs
- HandledEventArgs.cs
- Publisher.cs
- PrintingPermissionAttribute.cs
- EventMap.cs
- HttpCacheVaryByContentEncodings.cs
- _AutoWebProxyScriptWrapper.cs
- CodeRegionDirective.cs
- SqlUserDefinedAggregateAttribute.cs
- ScriptIgnoreAttribute.cs
- DataBindingCollection.cs
- InstanceOwnerQueryResult.cs
- FileLogRecord.cs
- SrgsRule.cs
- WorkingDirectoryEditor.cs
- ConnectionsZoneAutoFormat.cs
- MultipartContentParser.cs
- StyleModeStack.cs
- SingleAnimation.cs
- IisTraceWebEventProvider.cs
- SecurityElement.cs
- GeneratedCodeAttribute.cs
- PageSettings.cs
- PrivateUnsafeNativeCompoundFileMethods.cs