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
- Gdiplus.cs
- AmbiguousMatchException.cs
- HttpContext.cs
- Configuration.cs
- xmlformatgeneratorstatics.cs
- XmlNodeReader.cs
- HtmlContainerControl.cs
- EntityReference.cs
- Char.cs
- DbMetaDataCollectionNames.cs
- FatalException.cs
- EpmSyndicationContentSerializer.cs
- NativeBuffer.cs
- ContextMenuService.cs
- SolidColorBrush.cs
- TabRenderer.cs
- ScalarRestriction.cs
- MenuAutomationPeer.cs
- FormatConvertedBitmap.cs
- CompiledXpathExpr.cs
- parserscommon.cs
- DefaultHttpHandler.cs
- EdmEntityTypeAttribute.cs
- DataReceivedEventArgs.cs
- SecurityContextSecurityTokenParameters.cs
- TrackingStringDictionary.cs
- Module.cs
- ProgramPublisher.cs
- ForeignKeyConstraint.cs
- StandardCommandToolStripMenuItem.cs
- PlaceHolder.cs
- IApplicationTrustManager.cs
- KerberosSecurityTokenProvider.cs
- OleDbConnectionInternal.cs
- ConstrainedDataObject.cs
- CommonObjectSecurity.cs
- ChannelManager.cs
- ActiveDocumentEvent.cs
- ContainerAction.cs
- GradientBrush.cs
- ManagedWndProcTracker.cs
- NativeCompoundFileAPIs.cs
- UriExt.cs
- ServiceOperationWrapper.cs
- StylusPointDescription.cs
- DialogResultConverter.cs
- VectorCollectionConverter.cs
- ArrangedElement.cs
- COM2TypeInfoProcessor.cs
- SaveFileDialog.cs
- TextMarkerSource.cs
- ServiceOperationParameter.cs
- StyleSelector.cs
- TypePresenter.xaml.cs
- DesignerGenericWebPart.cs
- OdbcReferenceCollection.cs
- BufferedReceiveElement.cs
- DoubleAnimationClockResource.cs
- DynamicObjectAccessor.cs
- StateInitializationDesigner.cs
- DocumentViewer.cs
- QueryComponents.cs
- HierarchicalDataTemplate.cs
- InvariantComparer.cs
- DropDownList.cs
- TreeViewImageKeyConverter.cs
- RSAOAEPKeyExchangeFormatter.cs
- WmfPlaceableFileHeader.cs
- Rect.cs
- EnumerableCollectionView.cs
- DetailsViewRowCollection.cs
- ImageAnimator.cs
- PropertyDescriptor.cs
- XmlSyndicationContent.cs
- BookmarkOptionsHelper.cs
- ComPlusServiceHost.cs
- TextSelectionHighlightLayer.cs
- brushes.cs
- OdbcConnectionHandle.cs
- Geometry3D.cs
- TraceRecords.cs
- CaseInsensitiveComparer.cs
- ToolStripContentPanel.cs
- Package.cs
- CollectionChangedEventManager.cs
- FactoryGenerator.cs
- CodeObject.cs
- SamlSecurityTokenAuthenticator.cs
- TextRangeBase.cs
- ColorConvertedBitmapExtension.cs
- ToolConsole.cs
- AutoResetEvent.cs
- ByteStreamMessageEncoderFactory.cs
- MissingMemberException.cs
- ResourceIDHelper.cs
- SessionStateSection.cs
- EventProviderBase.cs
- BindingExpressionBase.cs
- DataTableTypeConverter.cs
- PageFunction.cs