Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / HandledMouseEvent.cs / 1 / HandledMouseEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { ///public class HandledMouseEventArgs : MouseEventArgs { /// /// Indicates, on return, whether or not the event was handled in the application's event handler. /// 'true' means the application handled the event, 'false' means it didn't. /// private bool handled; ///public HandledMouseEventArgs(MouseButtons button, int clicks, int x, int y, int delta) : this(button, clicks, x, y, delta, false) { } /// public HandledMouseEventArgs(MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue) : base(button, clicks, x, y, delta) { this.handled = defaultHandledValue; } /// /// /// public bool Handled { get { return this.handled; } set { this.handled = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets a value /// indicating whether the event is handled. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { ///public class HandledMouseEventArgs : MouseEventArgs { /// /// Indicates, on return, whether or not the event was handled in the application's event handler. /// 'true' means the application handled the event, 'false' means it didn't. /// private bool handled; ///public HandledMouseEventArgs(MouseButtons button, int clicks, int x, int y, int delta) : this(button, clicks, x, y, delta, false) { } /// public HandledMouseEventArgs(MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue) : base(button, clicks, x, y, delta) { this.handled = defaultHandledValue; } /// /// /// public bool Handled { get { return this.handled; } set { this.handled = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets a value /// indicating whether the event is handled. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PrintPageEvent.cs
- WebResponse.cs
- Match.cs
- SqlTrackingWorkflowInstance.cs
- SqlWebEventProvider.cs
- JsonXmlDataContract.cs
- SettingsAttributeDictionary.cs
- CompilerResults.cs
- SelectorAutomationPeer.cs
- DataGridViewCellStateChangedEventArgs.cs
- ServicePoint.cs
- MarshalByValueComponent.cs
- WhitespaceReader.cs
- IOException.cs
- XamlFigureLengthSerializer.cs
- AnimationTimeline.cs
- DoubleCollectionValueSerializer.cs
- storepermission.cs
- PageRequestManager.cs
- ParseChildrenAsPropertiesAttribute.cs
- UserUseLicenseDictionaryLoader.cs
- Tile.cs
- BitmapData.cs
- ComboBoxRenderer.cs
- SettingsAttributeDictionary.cs
- EngineSiteSapi.cs
- MultipleViewProviderWrapper.cs
- EtwTrace.cs
- XmlSchemaGroupRef.cs
- QualifiedId.cs
- HorizontalAlignConverter.cs
- ArraySegment.cs
- NotificationContext.cs
- DependencyObjectPropertyDescriptor.cs
- UrlUtility.cs
- StringFunctions.cs
- SystemTcpConnection.cs
- HostAdapter.cs
- EntityContainerEntitySet.cs
- CharAnimationUsingKeyFrames.cs
- TextBlock.cs
- UserMapPath.cs
- XPathSelfQuery.cs
- ContentType.cs
- PropertyMappingExceptionEventArgs.cs
- MsmqIntegrationMessagePool.cs
- QfeChecker.cs
- FixedStringLookup.cs
- ReferenceSchema.cs
- CompiledRegexRunnerFactory.cs
- EventLogSession.cs
- InvalidPropValue.cs
- RadioButtonBaseAdapter.cs
- Converter.cs
- HiddenFieldPageStatePersister.cs
- FormViewDeleteEventArgs.cs
- StringValueSerializer.cs
- PersonalizationEntry.cs
- XmlAttributeCollection.cs
- SqlWebEventProvider.cs
- HitTestWithPointDrawingContextWalker.cs
- EnumerableRowCollection.cs
- DataGridViewLinkColumn.cs
- DbMetaDataFactory.cs
- ToolStripContentPanel.cs
- PartialClassGenerationTask.cs
- DbDataRecord.cs
- AsyncOperationManager.cs
- WebPartDisplayModeCancelEventArgs.cs
- MetafileHeaderWmf.cs
- Authorization.cs
- FrameworkTemplate.cs
- UncommonField.cs
- SharedPerformanceCounter.cs
- HttpModuleCollection.cs
- FrameworkTemplate.cs
- DeferredElementTreeState.cs
- MediaPlayer.cs
- MarshalByRefObject.cs
- HelpKeywordAttribute.cs
- AccessKeyManager.cs
- PhonemeEventArgs.cs
- IconConverter.cs
- TypeExtensions.cs
- TableLayoutStyleCollection.cs
- IgnoreFileBuildProvider.cs
- DetailsViewDeleteEventArgs.cs
- ToolStripSeparatorRenderEventArgs.cs
- SpellCheck.cs
- Rectangle.cs
- SqlDataReader.cs
- ChannelBinding.cs
- PreservationFileWriter.cs
- UrlParameterReader.cs
- SystemException.cs
- QilLiteral.cs
- X509CertificateCollection.cs
- RelationalExpressions.cs
- LoadRetryStrategyFactory.cs
- StorageInfo.cs