Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewCancelEvent.cs / 1 / TreeViewCancelEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TreeViewCancelEventArgs : CancelEventArgs { private TreeNode node; private TreeViewAction action; ////// Provides data for the ///, /// , /// , /// or event. /// /// /// /// public TreeViewCancelEventArgs(TreeNode node, bool cancel, TreeViewAction action) : base(cancel) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// public TreeViewAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EventMetadata.cs
- XmlHierarchyData.cs
- EntityDataSourceContextCreatedEventArgs.cs
- Matrix.cs
- Publisher.cs
- ParallelEnumerable.cs
- ActivityMarkupSerializationProvider.cs
- HashCodeCombiner.cs
- DataBinder.cs
- XPathScanner.cs
- BindingContext.cs
- AutoCompleteStringCollection.cs
- XmlTextEncoder.cs
- DataMemberConverter.cs
- XmlDataImplementation.cs
- ProcessManager.cs
- ConfigurationCollectionAttribute.cs
- ConsoleTraceListener.cs
- DelegateArgument.cs
- PerformanceCounterLib.cs
- TrackingParticipant.cs
- AttributeUsageAttribute.cs
- BeginGetFileNameFromUserRequest.cs
- CriticalExceptions.cs
- AuthenticationModeHelper.cs
- DBParameter.cs
- PointConverter.cs
- CaretElement.cs
- ConfigurationErrorsException.cs
- Tokenizer.cs
- LoginUtil.cs
- InvokeProviderWrapper.cs
- UDPClient.cs
- Imaging.cs
- ApplicationSecurityInfo.cs
- ErrorRuntimeConfig.cs
- Validator.cs
- EncryptedData.cs
- TextEmbeddedObject.cs
- SystemResourceKey.cs
- MenuStrip.cs
- WebWorkflowRole.cs
- DataControlField.cs
- GeometryConverter.cs
- CodeDomConfigurationHandler.cs
- RulePatternOps.cs
- TaskHelper.cs
- QilTernary.cs
- StreamingContext.cs
- ScrollProviderWrapper.cs
- Clause.cs
- MenuAdapter.cs
- WindowsPrincipal.cs
- MeasureItemEvent.cs
- DependencyPropertyKind.cs
- PagePropertiesChangingEventArgs.cs
- PostBackOptions.cs
- Profiler.cs
- ProcessHostServerConfig.cs
- WorkflowOwnershipException.cs
- IMembershipProvider.cs
- SuppressMessageAttribute.cs
- OletxTransactionManager.cs
- QilGeneratorEnv.cs
- SortKey.cs
- AssemblyInfo.cs
- ResourcePermissionBase.cs
- MenuItemStyleCollection.cs
- ButtonBaseAdapter.cs
- SamlSubject.cs
- PageAsyncTask.cs
- IndentedWriter.cs
- ExtendedPropertiesHandler.cs
- ProfileBuildProvider.cs
- CrossAppDomainChannel.cs
- OperandQuery.cs
- WizardForm.cs
- DateTimeValueSerializerContext.cs
- StackBuilderSink.cs
- DataGridHeaderBorder.cs
- Opcode.cs
- Light.cs
- Run.cs
- UnknownBitmapDecoder.cs
- BindingListCollectionView.cs
- HandleCollector.cs
- UInt64Storage.cs
- HtmlTextArea.cs
- TypeUtil.cs
- DocumentViewer.cs
- DataControlButton.cs
- HtmlEmptyTagControlBuilder.cs
- UnicastIPAddressInformationCollection.cs
- HtmlWindowCollection.cs
- DesignerForm.cs
- Rect.cs
- DesignerCapabilities.cs
- XmlSchemaFacet.cs
- cookiecontainer.cs
- ClonableStack.cs