Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintEvent.cs / 1 / PrintEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifies which ///is causing this event. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifies which ///is causing this event. ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- returneventsaver.cs
- Configuration.cs
- SqlBulkCopyColumnMappingCollection.cs
- PointCollectionValueSerializer.cs
- ModifierKeysConverter.cs
- WebBrowsableAttribute.cs
- InvalidWMPVersionException.cs
- ExpanderAutomationPeer.cs
- NonVisualControlAttribute.cs
- RemoveStoryboard.cs
- UdpTransportBindingElement.cs
- ToolStripItem.cs
- CheckPair.cs
- RijndaelManaged.cs
- WpfSharedXamlSchemaContext.cs
- XamlGridLengthSerializer.cs
- DataSourceExpression.cs
- NullableIntAverageAggregationOperator.cs
- GridSplitter.cs
- HtmlPhoneCallAdapter.cs
- Bitmap.cs
- ObjectDataSourceFilteringEventArgs.cs
- ServiceOperationWrapper.cs
- SemanticResolver.cs
- FrameworkElement.cs
- SelectionItemProviderWrapper.cs
- StringStorage.cs
- TrustSection.cs
- InputBinding.cs
- TraceHandlerErrorFormatter.cs
- PropertiesTab.cs
- MenuEventArgs.cs
- DataTableReader.cs
- DataTableClearEvent.cs
- DataStreamFromComStream.cs
- HwndProxyElementProvider.cs
- SafeArrayRankMismatchException.cs
- WorkflowDesignerMessageFilter.cs
- XpsFontSubsetter.cs
- DocumentsTrace.cs
- FillRuleValidation.cs
- ToolStripComboBox.cs
- ObjectDataSourceDisposingEventArgs.cs
- DesignBindingEditor.cs
- ProxyManager.cs
- WindowVisualStateTracker.cs
- JumpTask.cs
- TokenBasedSetEnumerator.cs
- NegatedConstant.cs
- DataColumn.cs
- ModifierKeysConverter.cs
- StatusBarItemAutomationPeer.cs
- storepermissionattribute.cs
- ExtenderControl.cs
- ExpressionConverter.cs
- RefreshResponseInfo.cs
- Mouse.cs
- BinaryParser.cs
- SizeConverter.cs
- CollectionType.cs
- WindowsFormsLinkLabel.cs
- ChildDocumentBlock.cs
- MonikerUtility.cs
- DesignerTextBoxAdapter.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- TypeResolver.cs
- handlecollector.cs
- BinaryUtilClasses.cs
- DataGridViewRowsAddedEventArgs.cs
- regiisutil.cs
- clipboard.cs
- Propagator.JoinPropagator.cs
- WindowsPrincipal.cs
- CodeArrayIndexerExpression.cs
- SafeReversePInvokeHandle.cs
- UidPropertyAttribute.cs
- TemplateBuilder.cs
- RoleManagerModule.cs
- XPathException.cs
- OutputCacheProfileCollection.cs
- OLEDB_Util.cs
- TypeInitializationException.cs
- PlatformCulture.cs
- Brushes.cs
- HtmlAnchor.cs
- MethodBuilderInstantiation.cs
- ScrollViewer.cs
- DefaultMemberAttribute.cs
- HiddenFieldPageStatePersister.cs
- Reference.cs
- EntityViewGenerationAttribute.cs
- SiteMapNodeItem.cs
- AdapterUtil.cs
- PropertyMapper.cs
- MobileControlBuilder.cs
- ListDependantCardsRequest.cs
- OleDbRowUpdatingEvent.cs
- DropShadowBitmapEffect.cs
- DataKeyCollection.cs
- ClientScriptManagerWrapper.cs