Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / DesignerRegionMouseEventArgs.cs / 1 / DesignerRegionMouseEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System.Drawing; public sealed class DesignerRegionMouseEventArgs : EventArgs { private Point _location; private DesignerRegion _region; ////// public DesignerRegionMouseEventArgs(DesignerRegion region, Point location) { _location = location; _region = region; } ////// public Point Location { get { return _location; } } ////// public DesignerRegion Region { get { return _region; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- dsa.cs
- GridViewSelectEventArgs.cs
- UriSection.cs
- _PooledStream.cs
- DocumentApplicationJournalEntry.cs
- MembershipUser.cs
- KeyGestureValueSerializer.cs
- ParameterModifier.cs
- ClientUrlResolverWrapper.cs
- RectConverter.cs
- UIPermission.cs
- TwoPhaseCommit.cs
- ProfileProvider.cs
- DataGridViewSortCompareEventArgs.cs
- WindowHideOrCloseTracker.cs
- TextRenderer.cs
- GetParentChain.cs
- DataGridTableStyleMappingNameEditor.cs
- SecurityContext.cs
- SBCSCodePageEncoding.cs
- ProviderConnectionPointCollection.cs
- ClassHandlersStore.cs
- UIElementParaClient.cs
- ServiceElement.cs
- DelegatedStream.cs
- Pair.cs
- PageAsyncTaskManager.cs
- DisplayInformation.cs
- OptimalTextSource.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- SQLMoney.cs
- ServiceHttpHandlerFactory.cs
- SmiTypedGetterSetter.cs
- WindowsAuthenticationEventArgs.cs
- EntityDescriptor.cs
- MultiAsyncResult.cs
- ReliableMessagingVersionConverter.cs
- WebServiceHost.cs
- sitestring.cs
- XmlSchemaDocumentation.cs
- DataGridCaption.cs
- Automation.cs
- Evaluator.cs
- GeneralTransform.cs
- xml.cs
- XamlFxTrace.cs
- SmiContextFactory.cs
- SecurityTokenResolver.cs
- ResXDataNode.cs
- Popup.cs
- SecurityTokenException.cs
- DbConnectionPoolCounters.cs
- EventLogPermissionEntryCollection.cs
- IncrementalReadDecoders.cs
- SystemInformation.cs
- RectIndependentAnimationStorage.cs
- KeyTime.cs
- EntityProviderFactory.cs
- DefaultAuthorizationContext.cs
- ArgumentException.cs
- _WebProxyDataBuilder.cs
- ObjectFullSpanRewriter.cs
- Console.cs
- PixelShader.cs
- CustomErrorsSectionWrapper.cs
- VoiceObjectToken.cs
- GridView.cs
- LinkConverter.cs
- CacheSection.cs
- NavigationHelper.cs
- ChtmlFormAdapter.cs
- ActivityInstanceMap.cs
- DrawingContextDrawingContextWalker.cs
- DbConnectionClosed.cs
- ClientRolePrincipal.cs
- DesignerAutoFormatStyle.cs
- SliderAutomationPeer.cs
- WindowsEditBox.cs
- AssemblySettingAttributes.cs
- DependencyPropertyKind.cs
- DisplayNameAttribute.cs
- NegotiateStream.cs
- SqlConnection.cs
- RIPEMD160Managed.cs
- XmlSchemaCompilationSettings.cs
- ExceptionValidationRule.cs
- SizeValueSerializer.cs
- FileResponseElement.cs
- SaveFileDialog.cs
- SamlEvidence.cs
- IProvider.cs
- ErrorTableItemStyle.cs
- DoubleLink.cs
- XmlValidatingReader.cs
- ImpersonationContext.cs
- HtmlInputText.cs
- HttpWebRequestElement.cs
- BamlBinaryWriter.cs
- AppDomainResourcePerfCounters.cs
- InheritanceAttribute.cs